home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / skin / BlueTwo / dialogProgress.xml < prev    next >
Extensible Markup Language  |  2007-11-15  |  2KB  |  47 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <window>
  3.   <id>101</id>
  4.   <defaultcontrol>10</defaultcontrol>
  5.   <allowoverlay>yes</allowoverlay>
  6.   <controls>
  7.     <import>common.dialog.xml</import>
  8.     <control>
  9.       <type>image</type>
  10.       <id>100</id>
  11.       <posX>206</posX>
  12.       <posY>326</posY>
  13.       <width>305</width>
  14.       <texture>osd_progress_background.png</texture>
  15.       <animation effect="fade" time="250">WindowOpen</animation>
  16.       <animation effect="fade" time="250">WindowClose</animation>
  17.     </control>
  18.     <control>
  19.       <description>progress control</description>
  20.       <type>progress</type>
  21.       <id>20</id>
  22.       <posX>195</posX>
  23.       <width>327</width>
  24.       <animation effect="fade" time="250">WindowOpen</animation>
  25.       <animation effect="fade" time="250">WindowClose</animation>
  26.     </control>
  27.     <control>
  28.       <description>Cancel button</description>
  29.       <type>button</type>
  30.       <id>10</id>
  31.       <posX>478</posX>
  32.       <posY>218</posY>
  33.       <width>44</width>
  34.       <height>44</height>
  35.       <textureFocus>dialogue_shutdown_focus.png</textureFocus>
  36.       <textureNoFocus>dialogue_shutdown_nofocus.png</textureNoFocus>
  37.       <label>-</label>
  38.       <onleft>10</onleft>
  39.       <onright>10</onright>
  40.       <onup>10</onup>
  41.       <ondown>10</ondown>
  42.       <animation effect="fade" time="250">WindowOpen</animation>
  43.       <animation effect="fade" time="250">WindowClose</animation>
  44.     </control>
  45.   </controls>
  46. </window>
  47.